projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4df2a4c
)
resources: Include more icon directories
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 12 Feb 2019 17:40:17 +0000
(12:40 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 13 Feb 2019 00:34:19 +0000
(19:34 -0500)
We are going to include all the icons that are
used by gtk itself. Prepare for that by including
the necessary subdirectories from the icon theme.
gtk/gen-gtk-gresources-xml.py
patch
|
blob
|
history
diff --git
a/gtk/gen-gtk-gresources-xml.py
b/gtk/gen-gtk-gresources-xml.py
index 13c60bdeb785fd201cf3be4c1b34ce8e110cb757..96a52b3e1f5fe3fd8ed093322b5f6ca09ed0a7b0 100644
(file)
--- a/
gtk/gen-gtk-gresources-xml.py
+++ b/
gtk/gen-gtk-gresources-xml.py
@@
-62,7
+62,7
@@
for f in get_files('ui', '.ui'):
xml += '\n'
for s in ['16x16', '24x24', '32x32', '48x48', 'scalable']:
- for c in ['
categori
es', 'status']:
+ for c in ['
actions', 'categories', 'emblems', 'emotes', 'devices', 'mimetypes', 'plac
es', 'status']:
icons_dir = 'icons/{0}/{1}'.format(s,c)
if os.path.exists(os.path.join(srcdir,icons_dir)):
for f in get_files(icons_dir, '.png'):